Proper connect_port
[juce-lv2.git] / juce / source / extras / the jucer / src / juce_AppConfig.h
blob6a6cc674abf04814aaaeae60076bd2d85692afc7
1 /*
2 ==============================================================================
4 This file is part of the JUCE library - "Jules' Utility Class Extensions"
5 Copyright 2004-11 by Raw Material Software Ltd.
7 ------------------------------------------------------------------------------
9 JUCE can be redistributed and/or modified under the terms of the GNU General
10 Public License (Version 2), as published by the Free Software Foundation.
11 A copy of the license is included in the JUCE distribution, or can be found
12 online at www.gnu.org/licenses.
14 JUCE is distributed in the hope that it will be useful, but WITHOUT ANY
15 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16 A PARTICULAR PURPOSE. See the GNU General Public License for more details.
18 ------------------------------------------------------------------------------
20 To release a closed-source product which uses JUCE, commercial licenses are
21 available: visit www.rawmaterialsoftware.com/juce for more information.
23 ==============================================================================
27 This file contains settings that you might want to explicitly apply to
28 your Juce build.
30 These flags enable or disable juce features - if you're linking to juce as
31 a library, then to change them, you'd need to alter your juce_Config.h file and
32 recompile the juce lib. But because we're using the amalgamated file, you can
33 just include this file before including your juce_amalgamated.cpp file to
34 have the same effect.
36 If you leave any of these commented-out, they'll take on the default value
37 assigned to them in juce_Config.h, so to force them on or off, just set them
38 to an explicit 0 or 1 in here.
41 //#define JUCE_ONLY_BUILD_CORE_LIBRARY 1
42 //#define JUCE_FORCE_DEBUG 1
43 //#define JUCE_LOG_ASSERTIONS 1
44 #define JUCE_ASIO 0
45 #define JUCE_ALSA 0
46 #define JUCE_QUICKTIME 0
47 #define JUCE_OPENGL 0
48 #define JUCE_USE_FLAC 0
49 #define JUCE_USE_OGGVORBIS 0
50 #define JUCE_USE_CDBURNER 0
51 //#define JUCE_ENABLE_REPAINT_DEBUGGING 1
52 //#define JUCE_USE_XINERAMA 1
53 //#define JUCE_USE_XSHM 1
54 #define JUCE_PLUGINHOST_VST 0
55 #define JUCE_PLUGINHOST_AU 0
56 //#define JUCE_CHECK_MEMORY_LEAKS 1
57 //#define JUCE_CATCH_UNHANDLED_EXCEPTIONS 1
58 //#define JUCE_STRINGS_ARE_UNICODE 1